翻訳と辞書
Words near each other
・ Cobham F.C.
・ Cobham Hall
・ Cobham Intermediate School
・ Cobham Oval
・ Cobham Park
・ Cobham Park (cricket ground)
・ Cobham Park (Virginia)
・ Cobham Park, Virginia
・ Cobham plc
・ Cobham Range
・ Cobham RFC
・ Cobham services
・ Cobham Technical Services
・ Cobham Training Centre
・ Cobham Woods
Cobham's thesis
・ Cobham, Albemarle County, Virginia
・ Cobham, Kent
・ Cobham, Surrey
・ Cobham, Surry County, Virginia
・ Cobham, Virginia
・ Cobhamites
・ Cobhams Asuquo
・ Cobhams Asuquo Music Production
・ Cobhlair Mor
・ Cobhlaith
・ Cobholm Island
・ COBI
・ Cobi
・ Cobi (building blocks)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Cobham's thesis : ウィキペディア英語版
Cobham's thesis

Cobham's thesis, also known as Cobham–Edmonds thesis (named after Alan Cobham and Jack Edmonds),〔
〕〔
〕 asserts that computational problems can be feasibly computed on some computational device only if they can be computed in polynomial time; that is, if they lie in the complexity class P.
Formally, to say that a problem can be solved in polynomial time is to say that there exists an algorithm that, given an ''n''-bit instance of the problem as input, can produce a solution in time O(nc), where ''c'' is a constant that depends on the problem but not the particular instance of the problem.
Alan Cobham's 1965 paper entitled "The intrinsic computational difficulty of functions" is one of the earliest mentions of the concept of the complexity class P, consisting of problems decidable in polynomial time. Cobham theorized that this complexity class was a good way to describe the set of feasibly computable problems. Any problem that cannot be contained in P is not feasible, but if a real-world problem can be solved by an algorithm existing in P, generally such an algorithm will eventually be discovered.
The class P is a useful object of study because it is not sensitive to the details of the model of computation: for example, a change from a single-tape Turing machine to a multi-tape machine can lead to a quadratic speedup, but any algorithm that runs in polynomial time under one model also does so on the other.
In similar spirit, NC complexity class can be thought to capture problems "effectively solvable" on a parallel computer.
==Reasoning==

The thesis is widely considered to be a good rule of thumb for real-life problems. Typical input lengths that users and programmers are interested in are approximately between 100 and 1,000,000. Consider an input length of n=100 and a polynomial algorithm whose running time is n2. This is a typical running time for a polynomial algorithm. (See the "Objections" section for a discussion of atypical running times.) The number of steps that it will require, for n=100, is 1002=10000. A typical CPU will be able to do approximately 109 operations per second (this is extremely simplified). So this algorithm will finish on the order of (10000 ÷109) = .00001 seconds. A running time of .00001 seconds is reasonable, and that's why this is called a practical algorithm. The same algorithm with an input length of 1,000,000 will take on the order of 17 minutes, which is also a reasonable time for most (non-real-time) applications.
Meanwhile, an algorithm that runs in exponential time might have a running time of 2n. The number of operations that it will require, for n=100, is 2100. It will take (2100 ÷ 109) ≈ 1.3×1021 seconds, which is (1.3×1021 ÷ 31556926) ≈ 4.1×1013 years, longer than the age of the universe. The largest problem this algorithm could solve in a day would have n=46, which seems very small.
Mathematically speaking, for big enough inputs, ''any'' polynomial time algorithm will beat ''any'' exponential time algorithm, and by arbitrarily large amounts. The only question is how big the input must be for this crossover to occur.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Cobham's thesis」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.